home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / dicegame.dir / 00233_Drill Start.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  318 b   |  12 lines

  1. on startDrill
  2.   set the visible of sprite 27 to 0
  3.   set the visible of sprite 24 to 0
  4.   set the visible of sprite 21 to 1
  5.   set the visible of sprite 22 to 0
  6.   set the visible of sprite 23 to 0
  7.   set the visible of sprite 20 to 1
  8.   set delayTime to the ticks + 30
  9.   repeat while the ticks < delayTime
  10.   end repeat
  11. end
  12.